From b9db9eb7d9ec83bfa31d253a0a6567084d289186 Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Wed, 22 Apr 2020 11:26:58 +0200 Subject: [PATCH] Update version and deb change --- debian/changelog | 9 +++++++++ include/siri/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a51fabc6..789ce408 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +siridb-server (2.0.36-0~tt1) unstable; urgency=medium + + * New upstream release + - Fixed bug in max open files setting (#125) + - Accept Grafana compatible API requests (#129) + - Added support for configuration using environment variable (#128) + + -- Jeroen van der Heijden Wed, 22 Apr 2020 11:18:32 +0200 + siridb-server (2.0.35-0~tt1) unstable; urgency=medium * New upstream release diff --git a/include/siri/version.h b/include/siri/version.h index 465d00ff..c648f9f6 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -15,7 +15,7 @@ * Note that debian alpha packages should use versions like this: * 2.0.34-0alpha0 */ -#define SIRIDB_VERSION_PRE_RELEASE "-alpha-3" +#define SIRIDB_VERSION_PRE_RELEASE "" #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug" -- 2.30.2